All Questions
2 questions
-2votes
1answer
61views
What is the best approach to find elements in collection that fullfill scenario
I have a collection of people. Each person have rank (A, B, C, D where A highest and D lowest) and set of skills (SkillA, SkillB, SkillC, SkillD) defined. I also have a set of requirements - for ...
3votes
1answer
571views
When designing a data structure, should I implement very inefficient operations for convenience?
(I've added the .NET tags because the data structures are for .NET, and this question should be considered in the context of the conventions for that platform.) I'm writing a library of immutable and ...